projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e17d711
)
(LDFLAGS, CPPFLAGS): Get them from configure like CFLAGS.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Jul 1997 04:24:46 +0000
(
04:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 30 Jul 1997 04:24:46 +0000
(
04:24
+0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index e4b19585a381a85ce7ba349271d6f9c6b3cb0090..b75d7cff37fb385e4d774ed320167ad89195ea2c 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-24,6
+24,8
@@
VPATH=@srcdir@
CC=@CC@
CPP=@CPP@
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
+LDFLAGS=@LDFLAGS@
LN_S=@LN_S@
# Substitute an assignment for the MAKE variable, because
# BSD doesn't have it as a default.
@@
-48,8
+50,6
@@
config_h = config.h $(M_FILE) $(S_FILE)
# ========================== start of cpp stuff =======================
/* From here on, comments must be done in C syntax. */
-CPPFLAGS=
-LDFLAGS=
C_SWITCH_SYSTEM=
/* just to be sure the sh is used */